.ysabeau-sc {
  font-family: "Ysabeau SC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  font-family: "Ysabeau SC";
  font-style: normal;
}

title {
  font-family: Marcellus;
}

#navImage {
  width: 35%;
  height: 35%;
}

#navbar {
  position: fixed;
  transition: top 0.3s ease-in-out;
}

#navbar.hide {
  top: -170px;
}

.startitnav {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-right: 5%;
  margin-bottom: 5%;
}
.startitnav a {
  font-size: 20px;
}

.edit {
  width: 30px;
}

.banner-image2 {
  width: 100%;
  height: 100%;
}
.banner-image2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-image2 #blue {
  color: white;
  border-radius: 50px;
}
.banner-image2 #blue a {
  background-color: #163360;
}

.content {
  position: absolute;
  bottom: 656%;
  left: -20%;
  right: 87%;
  width: 637px;
  height: auto;
}
.content p {
  font-weight: normal;
  font-family: Ysabeau SC;
  font-size: 64px;
}
.content button {
  background-color: #356f7f;
  color: #FFF;
  font-size: 24px;
  width: 208px;
}

#about img {
  width: -webkit-fill-available !important;
}

.clients {
  background-color: #0F1F2F;
}
.clients .title {
  font-style: normal;
  font-size: 60px;
}
.clients img {
  width: 250px;
  height: auto;
  background-color: #FFF;
  padding: 10px;
  animation: scroll 30s linear infinite;
}
.clients .slider-container {
  margin: auto;
  overflow: hidden;
}
.clients .slide-track {
  width: 60%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}
.clients .slider {
  width: 100%;
  display: flex;
  justify-content: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400%);
  }
}

.team {
  background-color: #0F1F2F;
}
.team .title {
  font-style: normal;
  font-size: 60px;
}
.team .circle img {
  background-color: grey;
  width: 307px;
  height: 307px;
  border-radius: 374px;
}

.services {
  background-color: #0F1F2F;
}
.services .title {
  font-size: 60px;
}
.services .serviceItem {
  width: 377px;
  height: 377px;
}
.services .serviceItem h3 {
  font-size: 25px;
}
.services .serviceItem h3 .text-indent {
  text-indent: 20px;
}
.services .serviceItem img {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.work {
  background-color: #0F1F2F;
}
.work .title {
  font-size: 60px;
}

.socialmedia {
  background-color: #0F1F2F;
}
.socialmedia .title {
  font-size: 60px;
}
.socialmedia .logos img {
  width: 40px;
  height: 40px;
}

#socialmedia .wrapper {
  width: 100%;
  position: relative;
}
#socialmedia .wrapper i {
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
#socialmedia .wrapper i:first-child {
  left: -22px;
}
#socialmedia .wrapper i:last-child {
  right: -22px;
}
#socialmedia .wrapper .carousel13 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}
#socialmedia .carousel13::-webkit-scrollbar {
  display: none;
}
#socialmedia .carousel13 :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#socialmedia .carousel13.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
#socialmedia .carousel13.no-transition {
  scroll-behavior: auto;
}
#socialmedia .carousel13.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#socialmedia .carousel13 .card {
  scroll-snap-align: start;
  height: 800px;
  list-style: none;
  background: #0F1F2F;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  width: 98%;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#socialmedia .card .img {
  width: 500px;
  height: 500px;
}
#socialmedia .card .img img {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
#socialmedia .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
#socialmedia .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  #socialmedia .wrapper .carousel1 {
    grid-auto-columns: calc(50% - 9px);
  }
  #socialmedia .card .img {
    width: 300px;
    height: 300px;
  }
  #socialmedia .card .img img {
    width: 300px;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 600px) {
  #socialmedia .wrapper .carousel13 {
    grid-auto-columns: 100%;
  }
  #socialmedia .card .img {
    width: 300px;
    height: 300px;
  }
  #socialmedia .card .img img {
    width: 300px;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contactUs {
  background-color: #0F1F2F;
}
.contactUs a {
  text-decoration: none;
  font-size: 22px;
}
.contactUs a img {
  width: 26px;
}
.contactUs h4 {
  font-size: 32px;
}
.contactUs .socialmedia img {
  width: 40px;
  height: 40px;
}

#socialMedia a {
  background-color: white;
  border-radius: 37%;
  padding: 7px;
}

#footer {
  background-color: #0F1F2F;
}
#footer .footerImage {
  width: 120px;
  height: auto;
}

#networkimage img {
  height: 27%;
  width: 27%;
}

.serviceItem {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
}

.front {
  transform: rotateY(0deg);
}

.back {
  font-size: 18px;
  transform: rotateY(180deg);
}

.serviceItem.flip {
  transform: rotateY(180deg);
}

.history {
  background-color: #0F1F2F;
}
.history .title {
  font-size: 60px;
}
.history .timeline-container {
  position: relative;
  overflow: hidden;
}
.history .timeline-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.history .timeline-block {
  width: calc(50% + 8px);
  display: flex;
  justify-content: space-between;
  clear: both;
}
.history .timeline-block-right {
  float: right;
}
.history .timeline-block-left {
  float: left;
  direction: rtl;
}
.history .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  margin-top: 10px;
  z-index: 9999;
}
.history .timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #fff;
}
.history .timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 500;
}
.history .timeline-content span {
  font-size: 15px;
  color: #fff;
}
.history .timeline-content p {
  font-size: 20px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .history .timeline-container:before {
    left: 8px;
    width: 2px;
  }
  .history .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .history .timeline-block-right {
    float: none;
  }
  .history .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

#workItem {
  background-color: #0F1F2F;
}
#workItem img {
  width: 150px;
}

@media (max-width: 800px) {
  .banner-image {
    background-image: url("../assets/images/backgroundimage.jpg");
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 74vh;
  }
  .banner-image .content {
    position: relative;
    top: -20%;
    width: 637px;
    height: 160px;
  }
  .banner-image .content p {
    font-weight: normal;
    font-family: Ysabeau SC;
    font-size: 64px;
  }
  .banner-image .content button {
    background-color: #356f7f;
    color: #FFF;
    font-size: 24px;
    width: 208px;
    margin-left: -50%;
  }
  .team {
    background-color: #0F1F2F;
  }
  .team .title {
    font-size: 60px;
  }
  .team #teamInfo p {
    font-size: 22px !important;
  }
  .team .circle img {
    background-color: grey;
    width: 200px;
    height: 200px;
    border-radius: 374px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 800px) and (max-width: 1280px) {
  .team {
    background-color: #0F1F2F;
  }
  .team .title {
    font-size: 60px;
  }
  .team #teamInfo p {
    font-size: 20px !important;
  }
  .team .circle img {
    background-color: grey;
    width: 200px;
    height: 200px;
    border-radius: 374px;
  }
}
@media only screen and (min-width: 631px) and (max-width: 1268px) {
  .team {
    background-color: #0F1F2F;
  }
  .team .title {
    font-size: 60px;
  }
  .team #teamInfo p {
    font-size: 20px !important;
  }
  .team .circle img {
    background-color: grey;
    width: 200px;
    height: 200px;
    border-radius: 374px;
  }
  .clients img {
    width: 157px;
    height: auto;
    background-color: #FFF;
    padding: 10px;
    animation: scroll 30s linear infinite;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 1080px) {
  .team {
    background-color: #0F1F2F;
  }
  .team .title {
    font-size: 60px;
  }
  .team #teamInfo p {
    font-size: 20px !important;
  }
  .team .circle img {
    background-color: grey;
    width: 300px;
    height: 300px;
    border-radius: 374px;
  }
}
@media (min-width: 1200px) {
  .content {
    position: absolute;
    bottom: 445%;
    left: -20%;
    right: 87%;
    width: 637px;
    height: auto;
  }
  .team #teamInfo p {
    font-size: 21px !important;
  }
}
/* Media query for tablet screens */
@media (min-width: 768px) and (max-width: 1199px) {
  .services .serviceItem {
    width: 377px;
    height: 692px;
  }
  .content {
    bottom: 127%;
    /* right: 12%; */
    width: 400px;
  }
  .content p {
    font-size: 40px;
  }
  .startitnav a {
    font-size: 15px;
  }
}
/* Media query for mobile screens */
@media (max-width: 767px) {
  .carousel13 .img {
    width: 100px;
    height: 100px;
  }
  .carousel13 .img img {
    width: 100px;
    height: 100px;
  }
  .services .serviceItem {
    width: 377px;
    height: 550px;
  }
  .content {
    bottom: 200%;
    /* adjust the bottom position for mobile screens */
    right: 70%;
    /* adjust the right position for mobile screens */
  }
}
#work .wrapper {
  width: 100%;
  position: relative;
}
#work .wrapper i {
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
#work .wrapper i:first-child {
  left: -22px;
}
#work .wrapper i:last-child {
  right: -22px;
}
#work .wrapper .carousel2 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}
#work .carousel2::-webkit-scrollbar {
  display: none;
}
#work .carousel2 :where(.card, .img) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#work .carousel2.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
#work .carousel2.no-transition {
  scroll-behavior: auto;
}
#work .carousel2.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#work .carousel2 .card {
  scroll-snap-align: start;
  height: 506px;
  list-style: none;
  background: #0F1F2F;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  width: 98%;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#work .card .img {
  width: 145px;
  height: 178px;
  border-radius: 50%;
}
#work .card .img img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 4px solid #fff;
}
#work .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
#work .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  #work .wrapper .carousel2 {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media screen and (max-width: 600px) {
  #work .wrapper .carousel2 {
    grid-auto-columns: 100%;
  }
}

#contactDetails label,
#contactDetails input {
  font-size: 20px;
}
#contactDetails #button {
  background-color: #FFF;
  color: #0F1F2F;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */